Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. power down
    Log in to post

    • G

      power supply (Lopy4+Exp.Board v.3)
      Expansion Board • lopy4 expansion board power down • • Giorgio  

      5
      0
      Votes
      5
      Posts
      676
      Views

      G

      @paul-thornton ... and in the boot.py file I have this code: # boot.py -- run on boot-up import os from machine import UART uart = UART(0, 115200) os.dupterm(uart) #disable the wifi radio from network import WLAN wlan=WLAN() wlan.deinit() #disable the bluetotth radio from network import Bluetooth blt=Bluetooth() blt.deinit()
    • P

      FiPy randomly deleting program / factory resetting on power off/on
      FiPy • fipy power reset power down solar charging • • PaulM  

      11
      0
      Votes
      11
      Posts
      1605
      Views

      S

      @PaulM You might want to look into firmware version 1.19. At the moment it is still in beta, but it adds the option to use LittleFS instead of FAT as the primary filesystem of the internal flash. This prevents data corruption even in the case of power loss during write operations.
    • T

      Deepsleep and Power Bank
      Expansion Board • sipy deep sleep power saving power down • • Toppert  

      4
      0
      Votes
      4
      Posts
      860
      Views

      livius

      @toppert Some of power banks can support low current mode. Some of tem must be turned in this mode by special press on the button, some work from the start. But many do not support low current mode at all. E.g. "Mi" power banks support this mode - but as @seb say already it is super inefficient. You can got longer time from battery then from powerbanks.
    • lollisoft

      Expansion Board LiPo save power down function so save lipo undervoltage?
      Expansion Board • lipo power down low voltage • • lollisoft  

      8
      0
      Votes
      8
      Posts
      2605
      Views

      D

      When working with unprotected cells, a circuit like this should work fine, right? With a MAX6430EGUS+T, the ~LBOH output turns low when battery voltage is <3.3V, while ~LBOL turns low when battery voltage is <3.0V. That should trigger the left MOSFET and turn off the entire circuit.
    • 1 / 1